home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 2_queries / whois < prev    next >
Text File  |  2001-03-21  |  2KB  |  49 lines

  1. Synopsis:
  2.    whois [<server|nickname>] [<nickname>[,<nickname>[,...]]]
  3.  
  4. Description:
  5.    The WHOIS command is used to retrieve moderately detailed information
  6.    about the nickname(s) specified.  This will always include the user's
  7.    nickname, address (user@hostname), real name (IRCNAME), and the server
  8.    that user is on.  It may also show what channels the user is on (if
  9.    any, and if they aren't +p/+s) and whether the user is +o/+v in any of
  10.    those channels, whether the user is away, and if the user is an irc
  11.    operator.
  12.  
  13.    WHOIS may be used on multiple nicknames at once, provided they are
  14.    delimited with commas.  If a server name is specified, that server will
  15.    be queried instead of the client's current server.  If no arguments are
  16.    given, the WHOIS will be performed on the client itself.
  17.  
  18.    The command can also display the queried user's idle time (amount of
  19.    time since the client last did anything on the server).  This is only
  20.    displayed if the user is on the same server as the client, or if the
  21.    user's server is queried.  When querying for idle time, a single
  22.    nickname may be given in place of a server, in which case that user's
  23.    server will be queried.
  24.  
  25. Examples:
  26.    To get information on users JoeBob, ToeJam, and JuneBug:
  27.       /whois joebob,toejam,junebug
  28.  
  29.    To get information on the same people from server irc.foo.com:
  30.       /whois irc.foo.com joebob,toejam,junebug
  31.  
  32.    To get the idle time for user JoeBob:
  33.       /whois joebob joebob
  34.  
  35. See Also:
  36.    who(2); whowas(2)
  37.  
  38. Restrictions:
  39.    In WHOIS output, only channels that are not +p or +s are shown, unless
  40.    the client happens to be on one of those channels.
  41.  
  42. Other Notes:
  43.    In addition to idle time, some servers also return the time the user
  44.    signed on to irc.
  45.  
  46.    If you query a remote server for WHOIS information, there is no reliable
  47.    way to "wait" for the data to come back (i.e. WAIT will be useless).
  48.  
  49.